In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF / NewActionGoToR_2 Method

NewActionGoToR_2 Method (GdPicturePDF)

In This Topic
Syntax
'Declaration

 

Public Function NewActionGoToR_2( _

   ByVal DestinationType As PdfDestinationType, _

   ByVal FilePath As String, _

   ByVal NewWindow As Boolean, _

   ByVal Page As Integer, _

   ByVal Left As Single, _

   ByVal Right As Single, _

   ByVal Bottom As Single, _

   ByVal Top As Single, _

   ByVal Zoom As Single, _

   ByVal RetainLeft As Boolean, _

   ByVal RetainTop As Boolean _

) As Integer
public int NewActionGoToR_2( 

   PdfDestinationType DestinationType,

   string FilePath,

   bool NewWindow,

   int Page,

   float Left,

   float Right,

   float Bottom,

   float Top,

   float Zoom,

   bool RetainLeft,

   bool RetainTop

)
public function NewActionGoToR_2( 

    DestinationType: PdfDestinationType;

    FilePath: String;

    NewWindow: Boolean;

    Page: Integer;

    Left: Single;

    Right: Single;

    Bottom: Single;

    Top: Single;

    Zoom: Single;

    RetainLeft: Boolean;

    RetainTop: Boolean

): Integer; 
public function NewActionGoToR_2( 

   DestinationType : PdfDestinationType,

   FilePath : String,

   NewWindow : boolean,

   Page : int,

   Left : float,

   Right : float,

   Bottom : float,

   Top : float,

   Zoom : float,

   RetainLeft : boolean,

   RetainTop : boolean

) : int;
public: int NewActionGoToR_2( 

   PdfDestinationType DestinationType,

   string* FilePath,

   bool NewWindow,

   int Page,

   float Left,

   float Right,

   float Bottom,

   float Top,

   float Zoom,

   bool RetainLeft,

   bool RetainTop

) 
public:

int NewActionGoToR_2( 

   PdfDestinationType DestinationType,

   String^ FilePath,

   bool NewWindow,

   int Page,

   float Left,

   float Right,

   float Bottom,

   float Top,

   float Zoom,

   bool RetainLeft,

   bool RetainTop

) 

Parameters

DestinationType
FilePath
NewWindow
Page
Left
Right
Bottom
Top
Zoom
RetainLeft
RetainTop
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.GdPicturePDF
GdPicturePDF Members